[INFO] cloning repository https://github.com/sanjaiyan-dev/urai-ecma
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/sanjaiyan-dev/urai-ecma" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsanjaiyan-dev%2Furai-ecma", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsanjaiyan-dev%2Furai-ecma'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 6bafa546db587eeb74b1b2c5a2becb8737613b79
[INFO] checking sanjaiyan-dev/urai-ecma against try#24e1a22664233bce1f9b5dc6eee7c1f74327e28c for pr-159343
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsanjaiyan-dev%2Furai-ecma" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/sanjaiyan-dev/urai-ecma
[INFO] finished tweaking git repo https://github.com/sanjaiyan-dev/urai-ecma
[INFO] tweaked toml for git repo https://github.com/sanjaiyan-dev/urai-ecma written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/sanjaiyan-dev/urai-ecma on toolchain 24e1a22664233bce1f9b5dc6eee7c1f74327e28c
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+24e1a22664233bce1f9b5dc6eee7c1f74327e28c" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/sanjaiyan-dev/urai-ecma already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+24e1a22664233bce1f9b5dc6eee7c1f74327e28c" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] b98b5ba47e5d3d3c85066eef6e335be0c62efc1c3273f5c62c1d68b31a8ef8ae
[INFO] running `Command { std: "docker" "start" "b98b5ba47e5d3d3c85066eef6e335be0c62efc1c3273f5c62c1d68b31a8ef8ae", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "b98b5ba47e5d3d3c85066eef6e335be0c62efc1c3273f5c62c1d68b31a8ef8ae", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "b98b5ba47e5d3d3c85066eef6e335be0c62efc1c3273f5c62c1d68b31a8ef8ae" "/opt/rustwide/cargo-home/bin/cargo" "+24e1a22664233bce1f9b5dc6eee7c1f74327e28c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "b98b5ba47e5d3d3c85066eef6e335be0c62efc1c3273f5c62c1d68b31a8ef8ae", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "b98b5ba47e5d3d3c85066eef6e335be0c62efc1c3273f5c62c1d68b31a8ef8ae" "/opt/rustwide/cargo-home/bin/cargo" "+24e1a22664233bce1f9b5dc6eee7c1f74327e28c" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v2.0.118
[INFO] [stderr]     Checking either v1.16.0
[INFO] [stderr]     Checking bytes v1.12.0
[INFO] [stderr]     Checking smallvec v1.15.2
[INFO] [stderr]    Compiling zerocopy v0.8.52
[INFO] [stderr]     Checking memchr v2.8.2
[INFO] [stderr]    Compiling jobserver v0.1.34
[INFO] [stderr]     Checking allocator-api2 v0.2.21
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]    Compiling anyhow v1.0.103
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]     Checking rustc-hash v2.1.2
[INFO] [stderr]     Checking form_urlencoded v1.2.2
[INFO] [stderr]    Compiling siphasher v1.0.3
[INFO] [stderr]    Compiling rand v0.8.6
[INFO] [stderr]     Checking better_scoped_tls v1.0.1
[INFO] [stderr]    Compiling autocfg v0.1.8
[INFO] [stderr]    Compiling phf_shared v0.11.3
[INFO] [stderr]     Checking siphasher v0.3.11
[INFO] [stderr]    Compiling object v0.37.3
[INFO] [stderr]    Compiling cc v1.2.65
[INFO] [stderr]     Checking rand_core v0.9.5
[INFO] [stderr]     Checking rayon v1.12.0
[INFO] [stderr]     Checking swc_visit v2.0.1
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]     Checking zeroize v1.9.0
[INFO] [stderr]    Compiling aws-lc-rs v1.17.1
[INFO] [stderr]    Compiling phf_generator v0.11.3
[INFO] [stderr]     Checking unicode-id-start v1.4.0
[INFO] [stderr]     Checking http v1.4.2
[INFO] [stderr]    Compiling pest v2.8.6
[INFO] [stderr]     Checking rustls-pki-types v1.15.0
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking futures-util v0.3.32
[INFO] [stderr]     Checking rand_core v0.3.1
[INFO] [stderr]     Checking num_cpus v1.17.0
[INFO] [stderr]    Compiling dragonbox_ecma v0.1.12
[INFO] [stderr]    Compiling smartstring v1.0.1
[INFO] [stderr]    Compiling rustls v0.23.41
[INFO] [stderr]    Compiling memoffset v0.9.1
[INFO] [stderr]     Checking serde_json v1.0.150
[INFO] [stderr]     Checking aho-corasick v1.1.4
[INFO] [stderr]     Checking itertools v0.14.0
[INFO] [stderr]     Checking itertools v0.15.0
[INFO] [stderr]    Compiling rand_chacha v0.1.1
[INFO] [stderr]    Compiling rand_pcg v0.1.2
[INFO] [stderr]     Checking http-body v1.0.1
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling zstd-safe v7.2.4
[INFO] [stderr]     Checking regex-syntax v0.8.11
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]     Checking castaway v0.2.4
[INFO] [stderr]    Compiling cmake v0.1.58
[INFO] [stderr]    Compiling rand v0.6.5
[INFO] [stderr]     Checking par-core v2.0.0
[INFO] [stderr]    Compiling io-uring v0.7.13
[INFO] [stderr]     Checking hashbrown v0.16.1
[INFO] [stderr]     Checking nom v7.1.3
[INFO] [stderr]     Checking foyer-intrusive-collections v0.10.0-dev
[INFO] [stderr]    Compiling pest_meta v2.8.6
[INFO] [stderr]     Checking rand_hc v0.1.0
[INFO] [stderr]     Checking rand_isaac v0.1.1
[INFO] [stderr]     Checking rand_xorshift v0.1.1
[INFO] [stderr]     Checking mixtrics v0.2.5
[INFO] [stderr]     Checking rand_os v0.1.3
[INFO] [stderr]     Checking mea v0.6.4
[INFO] [stderr]    Compiling small_ctor v0.1.2
[INFO] [stderr]     Checking cmsketch v0.2.4
[INFO] [stderr]    Compiling aws-lc-sys v0.42.0
[INFO] [stderr]    Compiling zstd-sys v2.0.16+zstd.1.5.7
[INFO] [stderr]    Compiling stacker v0.1.24
[INFO] [stderr]    Compiling lz4-sys v1.11.1+lz4-1.10.0
[INFO] [stderr]     Checking indexmap v2.14.0
[INFO] [stderr]    Compiling onig_sys v69.9.3
[INFO] [stderr]    Compiling esaxx-rs v0.1.10
[INFO] [stderr]     Checking log v0.4.33
[INFO] [stderr]     Checking web-time v1.1.0
[INFO] [stderr]     Checking sha1 v0.10.6
[INFO] [stderr]     Checking fastant v0.1.11
[INFO] [stderr]     Checking rustls-native-certs v0.8.4
[INFO] [stderr]     Checking core_affinity v0.8.3
[INFO] [stderr]     Checking bumpalo v3.20.3
[INFO] [stderr]     Checking fs4 v0.13.1
[INFO] [stderr]     Checking console v0.16.3
[INFO] [stderr]    Compiling litrs v0.4.2
[INFO] [stderr]    Compiling macro_rules_attribute-proc_macro v0.2.2
[INFO] [stderr]     Checking regex-automata v0.4.14
[INFO] [stderr]    Compiling foyer v0.22.3
[INFO] [stderr]     Checking unit-prefix v0.5.2
[INFO] [stderr]     Checking hashbrown v0.15.5
[INFO] [stderr]     Checking quickcheck v0.8.5
[INFO] [stderr]     Checking indicatif v0.18.5
[INFO] [stderr]     Checking macro_rules_attribute v0.2.2
[INFO] [stderr]     Checking rayon-cond v0.4.0
[INFO] [stderr]     Checking compact_str v0.7.1
[INFO] [stderr]     Checking http-body-util v0.1.3
[INFO] [stderr]     Checking unicode-normalization-alignments v0.1.12
[INFO] [stderr]     Checking unicode_categories v0.1.1
[INFO] [stderr]     Checking daachorse v1.0.1
[INFO] [stderr]     Checking ascii v1.1.0
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling swc_macros_common v1.0.1
[INFO] [stderr]    Compiling ar_archive_writer v0.5.2
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling darling_core v0.20.11
[INFO] [stderr]    Compiling pest_generator v2.8.6
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]     Checking regex v1.12.4
[INFO] [stderr]     Checking rand v0.9.4
[INFO] [stderr]    Compiling psm v0.1.31
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling zerofrom-derive v0.1.7
[INFO] [stderr]    Compiling yoke-derive v0.8.2
[INFO] [stderr]    Compiling zerovec-derive v0.11.3
[INFO] [stderr]    Compiling displaydoc v0.2.6
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling tokio-macros v2.7.0
[INFO] [stderr]    Compiling ast_node v5.0.0
[INFO] [stderr]    Compiling swc_eq_ignore_macros v1.0.1
[INFO] [stderr]    Compiling from_variant v3.0.0
[INFO] [stderr]     Checking tokio v1.52.3
[INFO] [stderr]    Compiling phf_macros v0.11.3
[INFO] [stderr]    Compiling string_enum v1.0.2
[INFO] [stderr]    Compiling is-macro v0.3.7
[INFO] [stderr]     Checking zerofrom v0.1.8
[INFO] [stderr]     Checking yoke v0.8.3
[INFO] [stderr]     Checking twox-hash v2.1.2
[INFO] [stderr]     Checking zerotrie v0.2.4
[INFO] [stderr]     Checking zerovec v0.11.6
[INFO] [stderr]     Checking phf v0.11.3
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]    Compiling pin-project-internal v1.1.13
[INFO] [stderr]    Compiling pest_derive v2.8.6
[INFO] [stderr]    Compiling swc_config_macro v1.0.1
[INFO] [stderr]    Compiling monostate-impl v0.1.18
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]     Checking ruzstd v0.8.3
[INFO] [stderr]    Compiling dot-parser v0.5.1
[INFO] [stderr]     Checking tinystr v0.8.3
[INFO] [stderr]     Checking potential_utf v0.1.5
[INFO] [stderr]     Checking icu_collections v2.2.0
[INFO] [stderr]     Checking icu_locale_core v2.2.0
[INFO] [stderr]     Checking monostate v0.1.18
[INFO] [stderr]    Compiling darling_macro v0.20.11
[INFO] [stderr]     Checking onig v6.5.3
[INFO] [stderr]    Compiling darling v0.20.11
[INFO] [stderr]    Compiling derive_builder_core v0.20.2
[INFO] [stderr]    Compiling clap_derive v4.6.1
[INFO] [stderr]     Checking icu_provider v2.2.0
[INFO] [stderr]     Checking pin-project v1.1.13
[INFO] [stderr]    Compiling swc_ecma_codegen_macros v2.0.2
[INFO] [stderr]     Checking tiktoken v3.5.1
[INFO] [stderr]     Checking icu_properties v2.2.0
[INFO] [stderr]     Checking icu_normalizer v2.2.0
[INFO] [stderr]     Checking thiserror v2.0.18
[INFO] [stderr]    Compiling derive_builder_macro v0.20.2
[INFO] [stderr]    Compiling swc_ecma_transforms_macros v1.0.1
[INFO] [stderr]     Checking derive_builder v0.20.2
[INFO] [stderr]    Compiling dot-parser-macros v0.5.1
[INFO] [stderr]     Checking petgraph v0.8.3
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]     Checking clap v4.6.1
[INFO] [stderr]     Checking tokio-util v0.7.18
[INFO] [stderr]     Checking foyer-tokio v0.22.3
[INFO] [stderr]     Checking tower v0.5.3
[INFO] [stderr]     Checking idna_adapter v1.2.2
[INFO] [stderr]     Checking triomphe v0.1.16
[INFO] [stderr]     Checking bytes-str v0.2.8
[INFO] [stderr]     Checking idna v1.1.0
[INFO] [stderr]     Checking num-bigint v0.4.6
[INFO] [stderr]     Checking bincode v1.3.3
[INFO] [stderr]     Checking swc_config v5.0.0
[INFO] [stderr]     Checking hashbrown v0.14.5
[INFO] [stderr]     Checking compact_str v0.9.1
[INFO] [stderr]     Checking spm_precompiled v0.1.4
[INFO] [stderr]     Checking h2 v0.4.15
[INFO] [stderr]     Checking dary_heap v0.3.9
[INFO] [stderr]     Checking url v2.5.8
[INFO] [stderr]     Checking foyer-common v0.22.3
[INFO] [stderr]     Checking tokenizers v0.23.1
[INFO] [stderr]     Checking hstr v3.0.6
[INFO] [stderr]     Checking swc_allocator v4.0.1
[INFO] [stderr]     Checking foyer-memory v0.22.3
[INFO] [stderr]     Checking swc_atoms v9.0.3
[INFO] [stderr]     Checking tower-http v0.6.11
[INFO] [stderr]     Checking zstd v0.13.3
[INFO] [stderr]     Checking swc_common v23.0.2
[INFO] [stderr]     Checking hyper v1.10.1
[INFO] [stderr]     Checking swc_ecma_ast v25.0.0
[INFO] [stderr]     Checking jsdoc v23.0.0
[INFO] [stderr]     Checking hyper-util v0.1.20
[INFO] [stderr]     Checking lz4 v1.28.1
[INFO] [stderr]     Checking foyer-storage v0.22.3
[INFO] [stderr]     Checking swc_ecma_visit v25.0.0
[INFO] [stderr]     Checking swc_ecma_parser v41.1.2
[INFO] [stderr]     Checking swc_ecma_codegen v28.0.2
[INFO] [stderr]     Checking rustls-webpki v0.103.13
[INFO] [stderr]     Checking swc_ecma_utils v31.0.2
[INFO] [stderr]     Checking swc_ecma_hooks v0.9.0
[INFO] [stderr]     Checking swc_ecma_transforms_base v44.0.4
[INFO] [stderr]     Checking tokio-rustls v0.26.4
[INFO] [stderr]     Checking rustls-platform-verifier v0.7.0
[INFO] [stderr]     Checking swc_ecma_transforms_react v50.0.0
[INFO] [stderr]     Checking hyper-rustls v0.27.9
[INFO] [stderr]     Checking reqwest v0.13.4
[INFO] [stderr]     Checking swc_ecma_transforms_typescript v50.0.0
[INFO] [stderr]     Checking urai-ecma v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `HashMap`
[INFO] [stdout]  --> src/ast/visitor/mod.rs:2:29
[INFO] [stdout]   |
[INFO] [stdout] 2 |     collections::{BTreeMap, HashMap},
[INFO] [stdout]   |                             ^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `VisitMut`
[INFO] [stdout]  --> src/ast/visitor/react.rs:3:29
[INFO] [stdout]   |
[INFO] [stdout] 3 | use swc_ecma_visit::{Visit, VisitMut};
[INFO] [stdout]   |                             ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `anyhow::Context`
[INFO] [stdout]  --> src/markdown/markdown_content.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use anyhow::Context;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `HashMap`
[INFO] [stdout]  --> src/ast/visitor/mod.rs:2:29
[INFO] [stdout]   |
[INFO] [stdout] 2 |     collections::{BTreeMap, HashMap},
[INFO] [stdout]   |                             ^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `VisitMut`
[INFO] [stdout]  --> src/ast/visitor/react.rs:3:29
[INFO] [stdout]   |
[INFO] [stdout] 3 | use swc_ecma_visit::{Visit, VisitMut};
[INFO] [stdout]   |                             ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `anyhow::Context`
[INFO] [stdout]  --> src/markdown/markdown_content.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use anyhow::Context;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `state_name`
[INFO] [stdout]   --> src/ast/visitor/react.rs:52:37
[INFO] [stdout]    |
[INFO] [stdout] 52 | ...                   let state_name = match array_pat.elems.first() {
[INFO] [stdout]    |                           ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_state_name`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `setter_name`
[INFO] [stdout]   --> src/ast/visitor/react.rs:56:37
[INFO] [stdout]    |
[INFO] [stdout] 56 | ...                   let setter_name = match array_pat.elems.get(1) {
[INFO] [stdout]    |                           ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_setter_name`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `state_type`
[INFO] [stdout]   --> src/ast/visitor/react.rs:61:37
[INFO] [stdout]    |
[INFO] [stdout] 61 | ...                   let state_type = if let Some(type_args) = &init_expr.type_args {
[INFO] [stdout]    |                           ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_state_type`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/markdown/create_file.rs:23:13
[INFO] [stdout]    |
[INFO] [stdout] 23 |         let mut markdown_file = OpenOptions::new()
[INFO] [stdout]    |             ----^^^^^^^^^^^^^
[INFO] [stdout]    |             |
[INFO] [stdout]    |             help: remove this `mut`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `urai_ctx`
[INFO] [stdout]   --> src/main.rs:53:9
[INFO] [stdout]    |
[INFO] [stdout] 53 |     let urai_ctx = Arc::new(ctx);
[INFO] [stdout]    |         ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_urai_ctx`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `MarkdownFileData` is more private than the item `create_file::<impl MarkdownUrai>::create_markdown_file`
[INFO] [stdout]   --> src/markdown/create_file.rs:22:5
[INFO] [stdout]    |
[INFO] [stdout] 22 |     pub fn create_markdown_file(&self) -> Result<MarkdownFileData> {
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ method `create_file::<impl MarkdownUrai>::create_markdown_file` is reachable at visibility `pub(crate)`
[INFO] [stdout]    |
[INFO] [stdout] note: but type `MarkdownFileData` is only usable at visibility `pub(self)`
[INFO] [stdout]   --> src/markdown/create_file.rs:12:1
[INFO] [stdout]    |
[INFO] [stdout] 12 | struct MarkdownFileData {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    = note: `#[warn(private_interfaces)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `ollama_model_name`, `ollama_endpoint`, and `ollama_cache_folder` are never read
[INFO] [stdout]   --> src/main.rs:21:5
[INFO] [stdout]    |
[INFO] [stdout] 20 | struct OllamaContext {
[INFO] [stdout]    |        ------------- fields in this struct
[INFO] [stdout] 21 |     ollama_model_name: Option<String>,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 22 |     ollama_endpoint: Option<String>,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^
[INFO] [stdout] 23 |
[INFO] [stdout] 24 |     ollama_cache_folder: PathBuf,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `input_filename`, `output_filename`, and `ollama_endpoint` are never read
[INFO] [stdout]   --> src/main.rs:27:5
[INFO] [stdout]    |
[INFO] [stdout] 26 | pub struct UraiContext {
[INFO] [stdout]    |            ----------- fields in this struct
[INFO] [stdout] 27 |     input_filename: PathBuf,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout] 28 |     output_filename: PathBuf,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^
[INFO] [stdout] 29 |
[INFO] [stdout] 30 |     ollama_endpoint: OllamaContext,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `PackageJsonUrai` is never constructed
[INFO] [stdout]  --> src/ast/mod.rs:9:12
[INFO] [stdout]   |
[INFO] [stdout] 9 | pub struct PackageJsonUrai {
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `CodeAnalyze` is never constructed
[INFO] [stdout]   --> src/ast/mod.rs:13:12
[INFO] [stdout]    |
[INFO] [stdout] 13 | pub struct CodeAnalyze {
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `PackageJson` is never constructed
[INFO] [stdout]   --> src/ast/package_json.rs:13:12
[INFO] [stdout]    |
[INFO] [stdout] 13 | pub struct PackageJson {
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new`, `read_package_json_from_file`, and `parse_package_json` are never used
[INFO] [stdout]   --> src/ast/package_json.rs:26:12
[INFO] [stdout]    |
[INFO] [stdout] 25 | impl PackageJsonUrai {
[INFO] [stdout]    | -------------------- associated items in this implementation
[INFO] [stdout] 26 |     pub fn new(ctx: Arc<UraiContext>) -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 30 |     fn read_package_json_from_file(&self) -> Result<PackageJson> {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 66 |     pub fn parse_package_json(&self) -> Result<String> {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new` and `parse_file` are never used
[INFO] [stdout]   --> src/ast/parser.rs:13:12
[INFO] [stdout]    |
[INFO] [stdout] 12 | impl CodeAnalyze {
[INFO] [stdout]    | ---------------- associated items in this implementation
[INFO] [stdout] 13 |     pub fn new(ctx: Arc<UraiContext>, content: &str, file_name: &str) -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 20 |     pub fn parse_file(&self) -> Result<(Module, SingleThreadedComments, Lrc<SourceMap>)> {
[INFO] [stdout]    |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `parse_file` is never used
[INFO] [stdout]   --> src/ast/parser.rs:61:8
[INFO] [stdout]    |
[INFO] [stdout] 61 | pub fn parse_file(
[INFO] [stdout]    |        ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `resolve_ts_type` is never used
[INFO] [stdout]   --> src/ast/visitor/mod.rs:12:8
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub fn resolve_ts_type(ts_type: &TsType) -> String {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `VisitorCode` is never constructed
[INFO] [stdout]   --> src/ast/visitor/mod.rs:51:12
[INFO] [stdout]    |
[INFO] [stdout] 51 | pub struct VisitorCode {
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `ReactCodeVisitor` is never constructed
[INFO] [stdout]  --> src/ast/visitor/react.rs:6:12
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub struct ReactCodeVisitor {}
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `MarkdownUrai` is never constructed
[INFO] [stdout]  --> src/markdown/mod.rs:8:12
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub struct MarkdownUrai {
[INFO] [stdout]   |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `MarkdownFileData` is never constructed
[INFO] [stdout]   --> src/markdown/create_file.rs:12:8
[INFO] [stdout]    |
[INFO] [stdout] 12 | struct MarkdownFileData {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new`, `create_markdown_file`, `markdown_content_writer`, and `clear_markdown_content` are never used
[INFO] [stdout]   --> src/markdown/create_file.rs:18:12
[INFO] [stdout]    |
[INFO] [stdout] 17 | impl MarkdownUrai {
[INFO] [stdout]    | ----------------- associated items in this implementation
[INFO] [stdout] 18 |     pub fn new(ctx: Arc<UraiContext>) -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 22 |     pub fn create_markdown_file(&self) -> Result<MarkdownFileData> {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 39 |     pub fn markdown_content_writer(&self, txt_content: &str) -> Result<()> {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 53 |     pub fn clear_markdown_content(&self) -> Result<String> {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `MarkdownContent` is never constructed
[INFO] [stdout]  --> src/markdown/markdown_content.rs:4:12
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub struct MarkdownContent {
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `markdown_content` is never used
[INFO] [stdout]  --> src/markdown/markdown_content.rs:7:4
[INFO] [stdout]   |
[INFO] [stdout] 7 | fn markdown_content(params: MarkdownContent) -> String {
[INFO] [stdout]   |    ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `OllamaUrai` is never constructed
[INFO] [stdout]  --> src/ollama/mod.rs:7:12
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub struct OllamaUrai {
[INFO] [stdout]   |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `CacheEntry` is never constructed
[INFO] [stdout]  --> src/ollama/cache.rs:5:12
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub struct CacheEntry {
[INFO] [stdout]   |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `ProgramConciseInfoParams` is never constructed
[INFO] [stdout]  --> src/ollama/llm.rs:7:12
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub struct ProgramConciseInfoParams {
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `OllamaRequest` is never constructed
[INFO] [stdout]   --> src/ollama/llm.rs:16:8
[INFO] [stdout]    |
[INFO] [stdout] 16 | struct OllamaRequest {
[INFO] [stdout]    |        ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `OllamaResponse` is never constructed
[INFO] [stdout]   --> src/ollama/llm.rs:24:8
[INFO] [stdout]    |
[INFO] [stdout] 24 | struct OllamaResponse {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `SYSTEM_PROMPT` is never used
[INFO] [stdout]   --> src/ollama/llm.rs:28:7
[INFO] [stdout]    |
[INFO] [stdout] 28 | const SYSTEM_PROMPT: &str = "# Role
[INFO] [stdout]    |       ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new` and `summarize_code_block` are never used
[INFO] [stdout]   --> src/ollama/llm.rs:42:12
[INFO] [stdout]    |
[INFO] [stdout] 41 | impl OllamaUrai {
[INFO] [stdout]    | --------------- associated items in this implementation
[INFO] [stdout] 42 |     pub fn new(ctx: Arc<UraiContext>) -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 46 |     fn summarize_code_block(&self, params: ProgramConciseInfoParams) -> Result<String> {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused return value of `must_use` that must be used
[INFO] [stdout]   --> src/markdown/markdown_content.rs:9:5
[INFO] [stdout]    |
[INFO] [stdout]  9 | /     format!(
[INFO] [stdout] 10 | |         "
[INFO] [stdout] 11 | | {:?}
[INFO] [stdout] 12 | |     ",
[INFO] [stdout] 13 | |         package_json.unwrap().name
[INFO] [stdout] 14 | |     );
[INFO] [stdout]    | |_____^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_must_use)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]    |
[INFO] [stdout]  9 |     let _ = format!(
[INFO] [stdout]    |     +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `state_name`
[INFO] [stdout]   --> src/ast/visitor/react.rs:52:37
[INFO] [stdout]    |
[INFO] [stdout] 52 | ...                   let state_name = match array_pat.elems.first() {
[INFO] [stdout]    |                           ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_state_name`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `setter_name`
[INFO] [stdout]   --> src/ast/visitor/react.rs:56:37
[INFO] [stdout]    |
[INFO] [stdout] 56 | ...                   let setter_name = match array_pat.elems.get(1) {
[INFO] [stdout]    |                           ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_setter_name`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `state_type`
[INFO] [stdout]   --> src/ast/visitor/react.rs:61:37
[INFO] [stdout]    |
[INFO] [stdout] 61 | ...                   let state_type = if let Some(type_args) = &init_expr.type_args {
[INFO] [stdout]    |                           ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_state_type`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/markdown/create_file.rs:23:13
[INFO] [stdout]    |
[INFO] [stdout] 23 |         let mut markdown_file = OpenOptions::new()
[INFO] [stdout]    |             ----^^^^^^^^^^^^^
[INFO] [stdout]    |             |
[INFO] [stdout]    |             help: remove this `mut`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `urai_ctx`
[INFO] [stdout]   --> src/main.rs:53:9
[INFO] [stdout]    |
[INFO] [stdout] 53 |     let urai_ctx = Arc::new(ctx);
[INFO] [stdout]    |         ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_urai_ctx`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `MarkdownFileData` is more private than the item `create_file::<impl MarkdownUrai>::create_markdown_file`
[INFO] [stdout]   --> src/markdown/create_file.rs:22:5
[INFO] [stdout]    |
[INFO] [stdout] 22 |     pub fn create_markdown_file(&self) -> Result<MarkdownFileData> {
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ method `create_file::<impl MarkdownUrai>::create_markdown_file` is reachable at visibility `pub(crate)`
[INFO] [stdout]    |
[INFO] [stdout] note: but type `MarkdownFileData` is only usable at visibility `pub(self)`
[INFO] [stdout]   --> src/markdown/create_file.rs:12:1
[INFO] [stdout]    |
[INFO] [stdout] 12 | struct MarkdownFileData {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    = note: `#[warn(private_interfaces)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `ollama_model_name`, `ollama_endpoint`, and `ollama_cache_folder` are never read
[INFO] [stdout]   --> src/main.rs:21:5
[INFO] [stdout]    |
[INFO] [stdout] 20 | struct OllamaContext {
[INFO] [stdout]    |        ------------- fields in this struct
[INFO] [stdout] 21 |     ollama_model_name: Option<String>,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 22 |     ollama_endpoint: Option<String>,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^
[INFO] [stdout] 23 |
[INFO] [stdout] 24 |     ollama_cache_folder: PathBuf,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `input_filename`, `output_filename`, and `ollama_endpoint` are never read
[INFO] [stdout]   --> src/main.rs:27:5
[INFO] [stdout]    |
[INFO] [stdout] 26 | pub struct UraiContext {
[INFO] [stdout]    |            ----------- fields in this struct
[INFO] [stdout] 27 |     input_filename: PathBuf,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout] 28 |     output_filename: PathBuf,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^
[INFO] [stdout] 29 |
[INFO] [stdout] 30 |     ollama_endpoint: OllamaContext,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `PackageJsonUrai` is never constructed
[INFO] [stdout]  --> src/ast/mod.rs:9:12
[INFO] [stdout]   |
[INFO] [stdout] 9 | pub struct PackageJsonUrai {
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `CodeAnalyze` is never constructed
[INFO] [stdout]   --> src/ast/mod.rs:13:12
[INFO] [stdout]    |
[INFO] [stdout] 13 | pub struct CodeAnalyze {
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `PackageJson` is never constructed
[INFO] [stdout]   --> src/ast/package_json.rs:13:12
[INFO] [stdout]    |
[INFO] [stdout] 13 | pub struct PackageJson {
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new`, `read_package_json_from_file`, and `parse_package_json` are never used
[INFO] [stdout]   --> src/ast/package_json.rs:26:12
[INFO] [stdout]    |
[INFO] [stdout] 25 | impl PackageJsonUrai {
[INFO] [stdout]    | -------------------- associated items in this implementation
[INFO] [stdout] 26 |     pub fn new(ctx: Arc<UraiContext>) -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 30 |     fn read_package_json_from_file(&self) -> Result<PackageJson> {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 66 |     pub fn parse_package_json(&self) -> Result<String> {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new` and `parse_file` are never used
[INFO] [stdout]   --> src/ast/parser.rs:13:12
[INFO] [stdout]    |
[INFO] [stdout] 12 | impl CodeAnalyze {
[INFO] [stdout]    | ---------------- associated items in this implementation
[INFO] [stdout] 13 |     pub fn new(ctx: Arc<UraiContext>, content: &str, file_name: &str) -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 20 |     pub fn parse_file(&self) -> Result<(Module, SingleThreadedComments, Lrc<SourceMap>)> {
[INFO] [stdout]    |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `parse_file` is never used
[INFO] [stdout]   --> src/ast/parser.rs:61:8
[INFO] [stdout]    |
[INFO] [stdout] 61 | pub fn parse_file(
[INFO] [stdout]    |        ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `resolve_ts_type` is never used
[INFO] [stdout]   --> src/ast/visitor/mod.rs:12:8
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub fn resolve_ts_type(ts_type: &TsType) -> String {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `VisitorCode` is never constructed
[INFO] [stdout]   --> src/ast/visitor/mod.rs:51:12
[INFO] [stdout]    |
[INFO] [stdout] 51 | pub struct VisitorCode {
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `ReactCodeVisitor` is never constructed
[INFO] [stdout]  --> src/ast/visitor/react.rs:6:12
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub struct ReactCodeVisitor {}
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `MarkdownUrai` is never constructed
[INFO] [stdout]  --> src/markdown/mod.rs:8:12
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub struct MarkdownUrai {
[INFO] [stdout]   |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `MarkdownFileData` is never constructed
[INFO] [stdout]   --> src/markdown/create_file.rs:12:8
[INFO] [stdout]    |
[INFO] [stdout] 12 | struct MarkdownFileData {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new`, `create_markdown_file`, `markdown_content_writer`, and `clear_markdown_content` are never used
[INFO] [stdout]   --> src/markdown/create_file.rs:18:12
[INFO] [stdout]    |
[INFO] [stdout] 17 | impl MarkdownUrai {
[INFO] [stdout]    | ----------------- associated items in this implementation
[INFO] [stdout] 18 |     pub fn new(ctx: Arc<UraiContext>) -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 22 |     pub fn create_markdown_file(&self) -> Result<MarkdownFileData> {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 39 |     pub fn markdown_content_writer(&self, txt_content: &str) -> Result<()> {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 53 |     pub fn clear_markdown_content(&self) -> Result<String> {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `MarkdownContent` is never constructed
[INFO] [stdout]  --> src/markdown/markdown_content.rs:4:12
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub struct MarkdownContent {
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `markdown_content` is never used
[INFO] [stdout]  --> src/markdown/markdown_content.rs:7:4
[INFO] [stdout]   |
[INFO] [stdout] 7 | fn markdown_content(params: MarkdownContent) -> String {
[INFO] [stdout]   |    ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `OllamaUrai` is never constructed
[INFO] [stdout]  --> src/ollama/mod.rs:7:12
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub struct OllamaUrai {
[INFO] [stdout]   |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `CacheEntry` is never constructed
[INFO] [stdout]  --> src/ollama/cache.rs:5:12
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub struct CacheEntry {
[INFO] [stdout]   |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `ProgramConciseInfoParams` is never constructed
[INFO] [stdout]  --> src/ollama/llm.rs:7:12
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub struct ProgramConciseInfoParams {
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `OllamaRequest` is never constructed
[INFO] [stdout]   --> src/ollama/llm.rs:16:8
[INFO] [stdout]    |
[INFO] [stdout] 16 | struct OllamaRequest {
[INFO] [stdout]    |        ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `OllamaResponse` is never constructed
[INFO] [stdout]   --> src/ollama/llm.rs:24:8
[INFO] [stdout]    |
[INFO] [stdout] 24 | struct OllamaResponse {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `SYSTEM_PROMPT` is never used
[INFO] [stdout]   --> src/ollama/llm.rs:28:7
[INFO] [stdout]    |
[INFO] [stdout] 28 | const SYSTEM_PROMPT: &str = "# Role
[INFO] [stdout]    |       ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new` and `summarize_code_block` are never used
[INFO] [stdout]   --> src/ollama/llm.rs:42:12
[INFO] [stdout]    |
[INFO] [stdout] 41 | impl OllamaUrai {
[INFO] [stdout]    | --------------- associated items in this implementation
[INFO] [stdout] 42 |     pub fn new(ctx: Arc<UraiContext>) -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 46 |     fn summarize_code_block(&self, params: ProgramConciseInfoParams) -> Result<String> {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused return value of `must_use` that must be used
[INFO] [stdout]   --> src/markdown/markdown_content.rs:9:5
[INFO] [stdout]    |
[INFO] [stdout]  9 | /     format!(
[INFO] [stdout] 10 | |         "
[INFO] [stdout] 11 | | {:?}
[INFO] [stdout] 12 | |     ",
[INFO] [stdout] 13 | |         package_json.unwrap().name
[INFO] [stdout] 14 | |     );
[INFO] [stdout]    | |_____^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_must_use)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]    |
[INFO] [stdout]  9 |     let _ = format!(
[INFO] [stdout]    |     +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 39s
[INFO] running `Command { std: "docker" "inspect" "b98b5ba47e5d3d3c85066eef6e335be0c62efc1c3273f5c62c1d68b31a8ef8ae", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b98b5ba47e5d3d3c85066eef6e335be0c62efc1c3273f5c62c1d68b31a8ef8ae", kill_on_drop: false }`
[INFO] [stdout] b98b5ba47e5d3d3c85066eef6e335be0c62efc1c3273f5c62c1d68b31a8ef8ae
